バージョン

GetProperties(ITypeDescriptorContext,Object,Attribute[]) メソッド

プロパティ記述子のコレクションを返します。
シンタックス
'宣言
 
Public Overloads Overrides NotOverridable Function GetProperties( _
   ByVal context As ITypeDescriptorContext, _
   ByVal value As Object, _
   ByVal attributes() As Attribute _
) As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetProperties( 
   ITypeDescriptorContext context,
   object value,
   Attribute[] attributes
)

パラメータ

context
書式コンテキストを提供する System.ComponentModel.ITypeDescriptorContext
value
プロパティを取得する配列のタイプを指定するオブジェクト。
attributes
フィルターとして使用されるタイプ System.Attribute の配列。

戻り値の型

このデータ タイプに公開されるプロパティを持つ System.ComponentModel.PropertyDescriptorCollection。またはプロパティがない場合は null。
参照